Submission
Run
git statusin your source directory and review the output. Make sure that there aren’t any modified files in your local working copy that haven’t been committed/pushed.Run
git ls-filesin your source directory to confirm that the list of files being tracked by git look reasonable, i.e., that no superfluous files (emitted machine code, compiled machine code, macOS.DS_STOREfiles, etc.) have been accidentally added to the repository.To turn in your assignment, push it to GitHub.